summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-11wt-status.h: declare global variables as externJohannes Sixt
2008-05-11builtin-commit.c: add -u as short name for --untracked-filesSitaram Chamarty
2008-05-11git-repack: re-enable parsing of -n command line optionA Large Angry SCM
2008-05-08Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull"Dustin Sallings
2008-05-08doc: clarify definition of "update" for git-add -uJeff King
2008-05-03filter-branch: Documentation fix.Florian Ragwitz
2008-04-30cvsimport: always pass user data to "system" as a listJeff King
2008-04-30fix reflog approxidate parsing bugJeff King
2008-04-28Remove 'header' from --signoff option descriptionDan McGee
2008-04-23t5516: remove ambiguity test (1)Jeff King
2008-04-23Linked glossary from cvs-migration pageMatt Graham
2008-04-23write-tree: properly detect failure to write tree objectsJunio C Hamano
2008-04-23svn-git: Use binmode for reading/writing binary rev mapsMichael Weber
2008-04-23diff options documentation: refer to --diff-filter in --name-statusMiklos Vajna
2008-04-23git-svn bug with blank commits and author fileThomas Guyot-Sionnest
2008-04-23archive.c: format_subst - fixed bogus argument to memchrAriel Badichi
2008-04-23copy.c: copy_fd - correctly report write errorsAriel Badichi
2008-04-23gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie
2008-04-18am: POSIX portability fixJunio C Hamano
2008-04-16git-am: minor cleanupJunio C Hamano
2008-04-16Clarify and fix English in "git-rm" documentationJon Loeliger
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds
2008-04-16Ignore leading empty lines while summarizing mergesLinus Torvalds
2008-04-16bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder
2008-04-16builtin-apply: Show a more descriptive error on failure when opening a patchAlberto Bertogli
2008-04-16Clarify documentation of git-cvsserver, particularly in relation to git-shellScott Collins
2008-04-12Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)Clifford Caoile
2008-04-12Document -w option to shortlogJunio C Hamano
2008-04-12bisect: report bad rev betterChristian Couder
2008-04-12bisect: fix bad rev checking in "git bisect good"Christian Couder
2008-04-12revision.c: make --date-order overriddableMichele Ballabio
2008-04-12Fix section about backdating tags in the git-tag docsBjörn Steinbrink
2008-04-11Document option --only of git commitJohannes Sixt
2008-04-11Documentation/git-request-pull: Fixed a typo ("send" -> "end")Dirk Suesserott
2008-04-10core-tutorial.txt: Fix showing the current behaviour.Carlos Rica
2008-04-10git-archive: ignore prefix when checking file attributeRené Scharfe
2008-04-10Fix documentation syntax of optional arguments in short options.Carlos Rica
2008-04-07Fix "git apply" to correctly enforce "match at the beginning"Junio C Hamano
2008-03-28GIT 1.5.4.5v1.5.4.5Junio C Hamano
2008-03-27Update draft release notes for 1.5.4.5Junio C Hamano
2008-03-27Merge branch 'jc/maint-fetch-regression-1.5.4' into maintJunio C Hamano
2008-03-27Documentation: clarify use of .git{ignore,attributes} versus .git/info/*Jeff King
2008-03-26t/t3800-mktag.sh: use test_must_fail rather than '!'Brandon Casey
2008-03-26git-fetch test: test tracking fetch results, not just FETCH_HEADJunio C Hamano
2008-03-26Fix branches file configurationDaniel Barkalow
2008-03-26Tighten refspec processingDaniel Barkalow
2008-03-26Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.Guanqun Lu
2008-03-16Start draft ReleaseNotes for 1.5.4.5Junio C Hamano
2008-03-16rebase -m: do not trigger pre-commit verificationJunio C Hamano