summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-14Fix parent rewriting in --early-outputLinus Torvalds
2007-11-14Fix rev-list when showing objects involving submodulesLinus Torvalds
2007-11-14Merge branch 'maint'Junio C Hamano
2007-11-14Fix dependencies of parse-options test programAlex Riesen
2007-11-14user-manual.txt: fix a few mistakesSergei Organov
2007-11-14git-clean: honor core.excludesfileJunio C Hamano
2007-11-14Documentation: Fix man page breakage with DocBook XSL v1.72Jonas Fonseca
2007-11-14Handle broken vsnprintf implementations in strbufShawn O. Pearce
2007-11-14git-remote.txt: fix typoSergei Organov
2007-11-14core-tutorial.txt: Fix argument mistake in an example.Sergei Organov
2007-11-14replace reference to git-rm with git-reset in git-commit docJing Xue
2007-11-14Grammar fixes for gitattributes documentationWincent Colaiuta
2007-11-14Don't allow fast-import tree delta chains to exceed maximum depthShawn O. Pearce
2007-11-13Resurrect git-revert.sh example and add comment to builtin-revert.cJunio C Hamano
2007-11-13revert/cherry-pick: allow starting from dirty work tree.Junio C Hamano
2007-11-13t/t3404: fix test for a bogus todo file.Junio C Hamano
2007-11-13git-quiltimport.sh fix --patches handlingAndy Whitcroft
2007-11-13git-commit: Add tests for invalid usage of -a/--interactive with pathsBjörn Steinbrink
2007-11-13Fix preprocessor logic that determines the availablity of strchrnul().Johannes Sixt
2007-11-13git-clean: Fix error message if clean.requireForce is not set.Johannes Sixt
2007-11-13rebase: fix "rebase --continue" breakageJohannes Schindelin
2007-11-12git-svn: support for funky branch and project names over HTTP(S)Eric Wong
2007-11-12Documentation: Fix references to deprecated commandsJonas Fonseca
2007-11-12Merge branch 'maint'Junio C Hamano
2007-11-12Merge branch 'sp/maint-plug-traverse-commit-list-leak' into maintJunio C Hamano
2007-11-12for-each-ref: fix off by one read.Christian Couder
2007-11-12git-branch: remove mention of non-existent '-b' optionJeff King
2007-11-12git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure
2007-11-12t2200: test more cases of "add -u"Junio C Hamano
2007-11-12git-fetch: avoid local fetching from alternate (again)Shawn O. Pearce
2007-11-12rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce
2007-11-12run-command: Support sending stderr to /dev/nullShawn O. Pearce
2007-11-12git-fetch: Always fetch tags if the object they reference existsShawn O. Pearce
2007-11-12Merge branch 'sp/maint-plug-traverse-commit-list-leak' into sp/fetch-fixJunio C Hamano
2007-11-12git-checkout: Test for relative path use.David Symonds
2007-11-12git-checkout: Support relative paths containing "..".David Symonds
2007-11-12Reorder diff_opt_parse options more logically per topics.Pierre Habouzit
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-12Use OPT_BIT in builtin-pack-refsPierre Habouzit
2007-11-12Use OPT_BIT in builtin-for-each-refPierre Habouzit
2007-11-12Use OPT_SET_INT and OPT_BIT in builtin-branchPierre Habouzit
2007-11-12parse-options new features.Pierre Habouzit
2007-11-11t7005-editor.sh: Don't invoke real vi when it is in GIT_EXEC_PATHBjörn Steinbrink
2007-11-11Make GIT_INDEX_FILE apply to git-commitRémi Vanicat
2007-11-11Merge branch 'js/upload-pack'Junio C Hamano
2007-11-11Merge branch 'js/reset'Junio C Hamano
2007-11-11Merge branch 'js/parseopt-abbrev-fix'Junio C Hamano
2007-11-11Merge branch 'maint'Junio C Hamano
2007-11-11push: teach push to pass --verbose option to transport layerSteffen Prohaska
2007-11-11push: mention --verbose option in documentationSteffen Prohaska