summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-12GIT 1.6.0-rc3v1.6.0-rc3Junio C Hamano1-2/+2
2008-08-12Merge branch 'maint'Junio C Hamano1-0/+2
2008-08-12Do not talk about "diff" in rev-list documentation.Junio C Hamano1-0/+2
2008-08-12Merge git://git.bogomips.org/git-svnJunio C Hamano2-36/+156
2008-08-12git-svn: Reduce temp file usage when dealing with non-linksMarcus Griep1-24/+22
2008-08-12git-svn: Make it incrementally faster by minimizing temp filesMarcus Griep1-17/+18
2008-08-12Git.pm: Add faculties to allow temp files to be cachedMarcus Griep1-2/+123
2008-08-12Documentation: rev-list-options: Rewrite simplification descriptions for clarityThomas Rast1-17/+136
2008-08-12Teach git diff about BibTeX head hunk patternsGustaf Hendeby2-0/+3
2008-08-12gitattributes: Document built in hunk header patternsGustaf Hendeby1-3/+10
2008-08-12git-daemon: SysV needs the signal handler reinstated.Stephen R. van den Berg1-0/+1
2008-08-11diff --check: do not unconditionally complain about trailing empty linesJunio C Hamano2-2/+21
2008-08-11Merge branch 'maint'Junio C Hamano1-1/+2
2008-08-11Documentation: rev-list-options: Fix a typoThomas Rast1-1/+1
2008-08-11Adjust for the new way of enabling the default post-update hookPetr Baudis4-14/+21
2008-08-11git-bisect: fix wrong usage of read(1)Francis Moreau1-1/+2
2008-08-11Fix typo in comments of longest_ancestor_length()Nguyễn Thái Ngọc Duy1-1/+1
2008-08-11Merge branch 'maint'Junio C Hamano1-2/+1
2008-08-11Re-fix rev-list-options documentationJunio C Hamano1-2/+1
2008-08-11Merge branch 'maint'Junio C Hamano4-9/+23
2008-08-10Documentation: fix invalid reference to 'mybranch' in user manualIvan Stankovic1-1/+1
2008-08-10Fix deleting reflog entries from HEAD reflogJunio C Hamano2-3/+3
2008-08-10reflog test: add more tests for 'reflog delete'Pieter de Bie1-4/+18
2008-08-10Documentation: rev-list-options: Fix -g paragraph formattingThomas Rast1-2/+2
2008-08-09Update draft RelNotes for 1.6.0Junio C Hamano1-3/+3
2008-08-09Merge branch 'maint'Junio C Hamano4-14/+11
2008-08-09mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano6-7/+76
2008-08-08builtin-rm: Add a --force flagPieter de Bie2-2/+3
2008-08-08git-svn: wrap long lines in a few placesEric Wong1-2/+5
2008-08-08git-svn: Allow deep branch names by supporting multi-globsMarcus Griep4-20/+246
2008-08-08Fix multi-glob assertion in git-svnMarcus Griep2-8/+33
2008-08-08filter-branch: be more helpful when an annotated tag changesThomas Rast1-3/+11
2008-08-08Documentation: filter-branch: document how to filter all refsThomas Rast1-5/+16
2008-08-08Makefile: add a target which will abort compilation with ancient shellsBrandon Casey1-1/+7
2008-08-08bash: remove redundant check for 'git stash apply' optionsSZEDER Gábor1-1/+1
2008-08-08GIT-VERSION-GEN: mark the version 'dirty' only if there are modified filesJunio C Hamano1-0/+1
2008-08-08Makefile: set SHELL to value of SHELL_PATHBrandon Casey1-0/+2
2008-08-08Documentation: user-manual: "git commit -a" doesn't motivate .gitignoreJonathan Nieder1-2/+2
2008-08-08git-svn: add ability to specify --commit-url for dcommitEric Wong2-3/+15
2008-08-08Documentation: commit-tree: remove 16 parents restrictionThomas Rast1-5/+5
2008-08-07asciidoc markup fixesJunio C Hamano3-5/+5
2008-08-07clone --mirror: avoid storing repeated tagsJohannes Schindelin2-1/+14
2008-08-07Merge branch 'lt/config-fsync' into maintJunio C Hamano5-21/+74
2008-08-07Merge branch 'jc/reflog-expire' into maintJunio C Hamano1-19/+137
2008-08-07Merge branch 'ag/rewrite_one' into maintJunio C Hamano1-6/+24
2008-08-07Fail properly when cloning from invalid HTTP URLPetr Baudis1-8/+5
2008-08-06GIT 1.6.0-rc2v1.6.0-rc2Junio C Hamano1-1/+15
2008-08-06perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER sectionBrandon Casey1-4/+4
2008-08-06Sync with 1.5.6.5Junio C Hamano9-15/+80
2008-08-06GIT 1.5.6.5v1.5.6.5Junio C Hamano3-11/+10
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano6-5/+72
2008-08-06Merge git://repo.or.cz/git-guiJunio C Hamano7-999/+1211
2008-08-06Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano3-324/+422
2008-08-06Merge branch 'rs/archive-parse-options'Junio C Hamano1-42/+68
2008-08-05fix diff-tree --stdin documentationJunio C Hamano1-3/+3
2008-08-05Optimize sha1_object_info for loose objects, not concurrent repacksSteven Grimm1-1/+8
2008-08-05Teach fsck and prune that tmp_obj_ file names may not be 14 bytes longBrandon Casey2-6/+5
2008-08-05bash completion: Add completion for 'git mv'Lee Marlow1-0/+13
2008-08-05bash completion: Add completion for 'git ls-files'Lee Marlow1-0/+21
2008-08-05bash completion: Add completion for 'git archive'Lee Marlow1-0/+24
2008-08-05bash completion: More completions for 'git stash'Lee Marlow2-2/+12
2008-08-05bash completion: Add completion for 'git revert'Lee Marlow1-0/+13
2008-08-05bash completion: Add completion for 'git init'Lee Marlow1-0/+19
2008-08-05bash completion: Add completion for 'git clean'Lee Marlow1-0/+15
2008-08-05bash completion: Add completion for 'git clone'Lee Marlow1-0/+26
2008-08-05t9119: conditionally re-enable test depending on svn(1) versionEric Wong1-29/+40
2008-08-05Fix race condition in t9119-git-svn-info.shDavid D. Kilzer1-4/+11
2008-08-05git-svn: properly set path for "info" commandEric Wong1-2/+6
2008-08-05Documentation: typos / spelling fixesMike Ralphson7-9/+9
2008-08-05Merge branch 'maint'Junio C Hamano7-11/+25
2008-08-05RelNotes 1.5.6.5 updatesJunio C Hamano1-0/+13
2008-08-05diff.renamelimit is a basic diff configurationLinus Torvalds1-4/+5
2008-08-05git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.Jim Meyering1-1/+1
2008-08-05Documentation: typos / spelling fixes in older RelNotesMike Ralphson4-6/+6
2008-08-04correct access right for git-svn-dcommit testDmitry Potapov1-0/+1
2008-08-04Fix typos in INSTALLAbhijit Menon-Sen1-2/+2
2008-08-04Fix typo in perl/Git.pmAbhijit Menon-Sen1-1/+1
2008-08-04Fix hash slice syntax errorAbhijit Menon-Sen1-4/+4
2008-08-04Git.pm: localise $? in command_close_bidi_pipe()Abhijit Menon-Sen1-0/+1
2008-08-04bash completion: Add completion for 'git grep'Lee Marlow1-0/+24
2008-08-04Add output flushing before fork()Anders Melchiorsen2-7/+7
2008-08-04git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'Johannes Sixt1-1/+5
2008-08-03git-svn: Abort with an error if 'fetch' parameter is invalid.Avery Pennarun1-2/+6
2008-08-03Flush output in start_asyncAnders Melchiorsen2-0/+9
2008-08-04gitk: Update swedish translation.Mikael Magnusson1-232/+260
2008-08-03Modify mingw_main() workaround to avoid link errorsSteffen Prohaska1-2/+3
2008-08-03Merge branch 'maint'Junio C Hamano1-7/+5
2008-08-03clone --bare: Add ".git" suffix to the directory name to clone intoJohannes Schindelin2-2/+15
2008-08-03git-gui: add a part about format strings in po/READMEMichele Ballabio1-6/+11
2008-08-03git-gui: update po/it.poMichele Ballabio1-246/+284
2008-08-03git-gui: update Japanese translationしらいしななこ1-246/+281
2008-08-03git-name-rev: don't use printf without formatRené Scharfe1-7/+5
2008-08-03gitk: Updated German translationChristian Stimming1-41/+65
2008-08-02git-gui: Update swedish translation.Mikael Magnusson1-232/+283
2008-08-02diff: chapter and part in funcname for texGiuseppe Bilotta1-1/+1
2008-08-02Teach "git diff -p" Pascal/Delphi funcname patternAvery Pennarun1-0/+6
2008-08-02diff: add ruby funcname patternGiuseppe Bilotta1-0/+1
2008-08-02Fix reference to Everyday Git, which is an HTML document and not a man page.Jon Jensen1-1/+1
2008-08-02bash completion: Add more long options for 'git log'Lee Marlow1-0/+1
2008-08-02bash completion: remove unused function _git_diff_treeLee Marlow1-5/+0
2008-08-02clone: Add an option to set up a mirrorJohannes Schindelin4-6/+37
2008-08-02git-gui: Update git-gui.pot for 0.11 nearing releaseShawn O. Pearce1-236/+277
2008-08-02git-gui: Update German translationChristian Stimming1-32/+70
2008-08-02Merge branch 'maint'Junio C Hamano2-39/+47
2008-08-02git-name-rev: allow --name-only in combination with --stdinPieter de Bie2-4/+8
2008-08-02builtin-name-rev.c: split deeply nested part from the main functionJunio C Hamano1-37/+41
2008-08-01Merge branch 'maint'Junio C Hamano2-1/+20
2008-08-01Start 1.5.6.5 RelNotes to describe accumulated fixesJunio C Hamano2-1/+20
2008-08-01Make git-add -i accept ranges like 7-Ciaran McCreesh2-5/+6
2008-08-01Update my e-mail addressJunio C Hamano43-43/+43
2008-08-01git-diff(1): "--c" -> "--cc" typo fixJonathan Nieder1-1/+1
2008-08-01git-submodule: move ill placed shift.Pierre Habouzit1-1/+1
2008-08-01t/t4202-log.sh: add newline at end of fileBrandon Casey1-1/+2
2008-08-01sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin3-8/+65
2008-08-01Documentation: clarify diff --ccJunio C Hamano2-8/+8
2008-08-01Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2-0/+30
2008-08-01Documentation: fix diff.external exampleAnders Melchiorsen2-5/+7
2008-08-01make sure parsed wildcard refspec ends with slashJunio C Hamano2-18/+64
2008-08-01init: handle empty "template" parameterJeff King2-0/+28
2008-08-01builtin-revert.c: typofixStephan Beyer1-1/+1
2008-07-31Allow "non-option" revision options in parse_option-enabled commandsPierre Habouzit1-1/+1
2008-07-31Teach --find-copies-harder to "git blame"Junio C Hamano1-0/+4
2008-07-31Compact commit template messageJeff King2-13/+17
2008-07-31gitk: Fallback to selecting the head commit upon loadAlexander Gavrilov1-7/+18
2008-07-31gitk: Fixed automatic row selection during loadAlexander Gavrilov1-17/+24
2008-07-31gitk: Fixed broken exception handling in diffAlexander Gavrilov1-1/+2
2008-07-31gitk: On Windows, use a Cygwin-specific flag for killAlexander Gavrilov1-1/+6
2008-07-31gitk: Arrange to kill diff-files & diff-index on quitAlexander Gavrilov1-16/+23
2008-07-31gitk: Kill back-end processes on window closeAlexander Gavrilov1-10/+25
2008-07-30Make the DESCRIPTION match <x>... items in the SYNOPSISAbhijit Menon-Sen11-20/+20
2008-07-30documentation: user-manual: update "using-bisect" sectionChristian Couder1-6/+21
2008-07-30Fix test-parse-options "integer" testJunio C Hamano2-4/+15
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger7-9/+9
2008-07-30Fix merge name generation in "merge in C"Junio C Hamano1-2/+2
2008-07-30Documentation/git-rev-parse.txt: update for new git-describe output formatCesar Eduardo Barros1-2/+3
2008-07-30Merge git://repo.or.cz/git-guiJunio C Hamano4-11/+36
2008-07-30archive: allow --exec and --remote without equal signRene Scharfe1-42/+68
2008-07-30Teach gitlinks to ie_modified() and ce_modified_check_fs()Junio C Hamano1-5/+22
2008-07-30Advertise the ability to abort a commitAnders Melchiorsen2-3/+5
2008-07-29Support copy and rename detection in fast-export.Alexander Gavrilov3-2/+81
2008-07-29format-patch: Produce better output with --inline or --attachKevin Ballard10-3/+34
2008-07-29Documentation: Remove mentions of git-svnimport.Brian Gernhardt1-14/+12
2008-07-29Make it clear that push can take multiple refspecsAbhijit Menon-Sen1-8/+9
2008-07-29`git submodule add` now requires a <path>Abhijit Menon-Sen1-4/+4
2008-07-29git-gui (Windows): Change wrapper to execdir 'libexec/git-core'Steffen Prohaska1-4/+7
2008-07-29git-gui (Windows): Switch to relative discovery of oguilibSteffen Prohaska1-0/+1
2008-07-29git-gui: Correct installation of library to be $prefix/shareSteffen Prohaska1-0/+4
2008-07-29git-gui: Fix gitk search in $PATH to work on WindowsShawn O. Pearce1-3/+9
2008-07-28Make use of stat.ctime configurableAlex Riesen6-1/+19
2008-07-28merge-base: die with an error message if not passed a commit refChristian Couder1-9/+17
2008-07-28t7001: fix "git mv" testJunio C Hamano1-0/+2
2008-07-28Documentation: clarify what is shown in "git-ls-files -s" outputJunio C Hamano1-1/+1
2008-07-28run-command (Windows): Run dashless "git <cmd>"Steffen Prohaska1-7/+4
2008-07-28Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska2-1/+7
2008-07-28builtin-verify-tag: fix -v option parsingOlivier Marin1-4/+5
2008-07-28ls-tree documentation: enhance notes on subdirectory and pathspec behaviourJunio C Hamano1-4/+14
2008-07-28Allow installing in the traditional wayJunio C Hamano1-1/+4
2008-07-28Allow building without any git installedJunio C Hamano1-1/+1
2008-07-27init: handle empty "template" parameterJeff King2-0/+28
2008-07-27GIT 1.6.0-rc1v1.6.0-rc1Junio C Hamano1-1/+18
2008-07-27git-mv: Keep moved index entries inactPetr Baudis4-55/+80
2008-07-27git-mv: Remove dead code branchPetr Baudis1-9/+7
2008-07-27fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce1-4/+2
2008-07-27Avoid chdir() in list_commands_in_dir()Johannes Schindelin1-2/+10
2008-07-27builtin-branch: fix -v for --[no-]mergedLars Hjemli1-0/+15
2008-07-27builtin-branch: factor out merge_filter matchingLars Hjemli1-5/+13
2008-07-27builtin-branch: remove duplicated codeLars Hjemli1-7/+2
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink2-0/+34
2008-07-27make sure parsed wildcard refspec ends with slashJunio C Hamano2-18/+64
2008-07-27gitweb: More about how gitweb gets 'owner' of repositoryJakub Narebski1-1/+2
2008-07-27t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder1-1/+1
2008-07-27Documentation/git-submodule.txt: fix doubled wordCesar Eduardo Barros1-1/+1
2008-07-27bash completion: Add completion for 'git help'Lee Marlow1-7/+39
2008-07-27Documentation: fix diff.external exampleAnders Melchiorsen2-5/+7
2008-07-27bash completion: Add long options for 'git describe'Thomas Rast1-0/+9
2008-07-27Clarify that "git log x.c y.h" lists commits that touch either fileAbhijit Menon-Sen1-1/+1
2008-07-27Merge git://repo.or.cz/git-guiJunio C Hamano5-21/+178
2008-07-27git-gui: Preserve scroll position on reshow_diff.Alexander Gavrilov1-4/+14
2008-07-27git-gui: Fix the Remote menu separator.Alexander Gavrilov1-0/+1
2008-07-26git-gui: "Stage Line": Treat independent changes in adjacent lines betterJohannes Sixt1-3/+58
2008-07-26git-gui: Fix "Stage/Unstage Line" with one line of context.Johannes Sixt1-0/+3
2008-07-25git-reset: Let -q hush "locally modified" messagesStephan Beyer1-6/+9
2008-07-25git-svn: teach dcommit about svn auto-propsBrad King2-0/+139
2008-07-25Windows: Do not compile git-shellJohannes Sixt1-2/+2
2008-07-25Windows: Make sure argv[0] has a pathJohannes Sixt1-0/+12
2008-07-25Windows: Make $(gitexecdir) relativeJohannes Sixt1-0/+1
2008-07-25Allow add_path() to add non-existent directories to the pathJohannes Sixt3-37/+37
2008-07-25Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt2-42/+26
2008-07-25Fix relative built-in paths to be relative to the command invocationJohannes Sixt2-3/+3
2008-07-25Record the command invocation path earlyJohannes Sixt6-10/+16
2008-07-25Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt1-10/+10
2008-07-25Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt1-0/+1
2008-07-25archive: allow --exec and --remote without equal signRene Scharfe1-3/+17
2008-07-25archive: declare struct archiver where it's neededRene Scharfe2-7/+5
2008-07-25archive: define MAX_ARGS where it's neededRene Scharfe2-4/+2
2008-07-25archive: move parameter parsing code to archive.cRene Scharfe3-145/+137
2008-07-25archive: add write_archive()Rene Scharfe4-21/+21
2008-07-25Remove references to git-fetch-pack from "git clone" documentation.Steve Haslam1-5/+4
2008-07-25git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer1-2/+1
2008-07-25Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2-0/+30