summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-14web--browse: use custom commands defined at config timeChristian Couder
2008-03-14Merge branch 'mr/autoconf-fread'Junio C Hamano
2008-03-14Merge branch 'maint'Junio C Hamano
2008-03-14Merge branch 'ph/maint-quiltimport' into maintJunio C Hamano
2008-03-14read-tree() and unpack_trees(): use consistent limitJunio C Hamano
2008-03-14merge-file: handle empty files gracefullyJohannes Schindelin
2008-03-14merge-recursive: handle file mode changesClemens Buchacher
2008-03-14pack-objects: proper pack time stamping with --max-pack-sizeNicolas Pitre
2008-03-14Minor wording changes in the keyboard descriptions in git-add --interactive.Vineet Kumar
2008-03-13git fetch: Take '-n' to mean '--no-tags'Johannes Schindelin
2008-03-13Merge branch 'maint'Junio C Hamano
2008-03-13gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin
2008-03-13Documentation/config: typofixJunio C Hamano
2008-03-13quiltimport: fix misquoting of parsed -p<num> parameterJunio C Hamano
2008-03-13git-cvsimport: fix merging with remote parent branchMarc-Andre Lureau
2008-03-12gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski
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-11autoconf: Test FREAD_READS_DIRECTORIESMichal Rokos
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-10git-quiltimport: better parser to grok "enhanced" series files.Pierre Habouzit
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