summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King
2008-03-13grep portability fix: don't use "-e" or "-q"Jeff King
2008-03-13more tr portability test script fixesJeff King
2008-03-13t0050: perl portability fixJeff King
2008-03-13tr portability fixesJeff King
2008-03-12Merge git://repo.or.cz/git-guiJunio C Hamano
2008-03-12git-gui: Simplify MSGFMT setting in MakefileJunio C Hamano
2008-03-12Merge branch 'js/remote'Junio C Hamano
2008-03-12Merge branch 'lt/unpack-trees'Junio C Hamano
2008-03-12"remote update": print remote name being fetched fromSamuel Tardieu
2008-03-12Merge branch 'maint'Junio C Hamano
2008-03-12git-svn: fix find-rev error message when missing argMarc-Andre Lureau
2008-03-12t0021: tr portability fix for SolarisJeff King
2008-03-12launch_editor(): allow spaces in the filenameJohannes Schindelin
2008-03-12git rebase --abort: always restore the right commitMike Hommey
2008-03-11Merge branch 'jc/cherry-pick' (early part)Junio C Hamano
2008-03-11Merge branch 'maint'Junio C Hamano
2008-03-11Merge branch 'kb/maint-filter-branch-disappear' into maintJunio C Hamano
2008-03-11Merge branch 'aw/maint-shortlog-blank-lines' into maintJunio C Hamano
2008-03-11unpack_trees(): fix diff-index regression.Linus Torvalds
2008-03-11update 'git rebase' documentationSZEDER Gábor
2008-03-11bash: fix long option with argument double completionSZEDER Gábor
2008-03-11bash: Add more long options to be completed with "git --<TAB>"Teemu Likonen
2008-03-10bash: use __gitdir when completing 'git rebase' optionsSZEDER Gábor
2008-03-10bash: Remove completion of core.legacyheaders optionShawn O. Pearce
2008-03-10bash: add 'git svn' subcommands and optionsSZEDER Gábor
2008-03-10bash: add new 'git stash' subcommandsSZEDER Gábor
2008-03-10bash: refactor searching for subcommands on the command lineSZEDER Gábor
2008-03-10bash: remove unnecessary conditions when checking for subcommandsSZEDER Gábor
2008-03-10bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...Kevin Ballard
2008-03-10traverse_trees_recursive(): propagate merge errors upJunio C Hamano
2008-03-10git-pull documentation: warn about the option orderJunio C Hamano
2008-03-09unpack_trees(): minor memory leak fix in unused destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds
2008-03-09Fix tree-walking compare_entry() in the presense of --prefixLinus Torvalds
2008-03-09Move 'unpack_trees()' over to 'traverse_trees()' interfaceLinus Torvalds
2008-03-09Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds
2008-03-09Add return value to 'traverse_tree()' callbackLinus Torvalds
2008-03-09Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds
2008-03-09Add 'df_name_compare()' helper functionLinus Torvalds
2008-03-09builtin remote rm: remove symbolic refs, tooJohannes Schindelin
2008-03-09Add a test for read-tree -u --reset with a D/F conflictJeff King
2008-03-09Merge branch 'ph/parseopt'Junio C Hamano
2008-03-09Merge branch 'dp/clean-fix'Junio C Hamano
2008-03-09Merge branch 'ml/submodule-add-existing'Junio C Hamano
2008-03-09Merge branch 'mr/compat-snprintf'Junio C Hamano
2008-03-09Merge branch 'sp/fetch-optim'Junio C Hamano
2008-03-09Merge branch 'jc/describe-always'Junio C Hamano