summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-26git-shell: accept "git foo" formLibravatar Junio C Hamano1-4/+13
2008-05-25builtin-fast-export: Only output a single parent per lineLibravatar Pieter de Bie1-5/+1
2008-05-23rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a refLibravatar Johannes Sixt1-6/+12
2008-05-19git-am: fix typo in usage messageLibravatar Jeff King1-1/+1
2008-05-19doc/git-daemon: s/uploadarchive/uploadarch/Libravatar Jeff King1-2/+2
2008-05-14Documentation/git-describe.txt: make description more readableLibravatar Ian Hilt1-3/+4
2008-05-11wt-status.h: declare global variables as externLibravatar Johannes Sixt1-2/+2
2008-05-11builtin-commit.c: add -u as short name for --untracked-filesLibravatar Sitaram Chamarty1-1/+1
2008-05-11git-repack: re-enable parsing of -n command line optionLibravatar A Large Angry SCM1-0/+1
2008-05-08Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull"Libravatar Dustin Sallings1-1/+2
2008-05-08doc: clarify definition of "update" for git-add -uLibravatar Jeff King1-1/+3
2008-05-03filter-branch: Documentation fix.Libravatar Florian Ragwitz1-2/+2
2008-04-29cvsimport: always pass user data to "system" as a listLibravatar Jeff King1-1/+1
2008-04-29fix reflog approxidate parsing bugLibravatar Jeff King1-2/+5
2008-04-27Remove 'header' from --signoff option descriptionLibravatar Dan McGee1-1/+1
2008-04-23t5516: remove ambiguity test (1)Libravatar Jeff King1-13/+1
2008-04-23Linked glossary from cvs-migration pageLibravatar Matt Graham1-1/+2
2008-04-23write-tree: properly detect failure to write tree objectsLibravatar Junio C Hamano2-2/+72
2008-04-22svn-git: Use binmode for reading/writing binary rev mapsLibravatar Michael Weber1-0/+4
2008-04-22diff options documentation: refer to --diff-filter in --name-statusLibravatar Miklos Vajna1-1/+2
2008-04-22git-svn bug with blank commits and author fileLibravatar Thomas Guyot-Sionnest1-2/+1
2008-04-22archive.c: format_subst - fixed bogus argument to memchrLibravatar Ariel Badichi1-2/+2
2008-04-22copy.c: copy_fd - correctly report write errorsLibravatar Ariel Badichi1-4/+4
2008-04-22gitattributes: Fix subdirectory attributes specified from root directoryLibravatar Matthew Ogilvie2-1/+11
2008-04-18am: POSIX portability fixLibravatar Junio C Hamano1-1/+1
2008-04-16git-am: minor cleanupLibravatar Junio C Hamano1-2/+1
2008-04-16Clarify and fix English in "git-rm" documentationLibravatar Jon Loeliger1-20/+32
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyLibravatar Christian Couder2-5/+16
2008-04-16git-am: cope better with an empty Subject: lineLibravatar Linus Torvalds1-14/+10
2008-04-15Ignore leading empty lines while summarizing mergesLibravatar Linus Torvalds1-1/+9
2008-04-15bisect: squelch "fatal: ref HEAD not a symref" misleading messageLibravatar Christian Couder1-1/+1
2008-04-15builtin-apply: Show a more descriptive error on failure when opening a patchLibravatar Alberto Bertogli1-1/+1
2008-04-15Clarify documentation of git-cvsserver, particularly in relation to git-shellLibravatar Scott Collins1-11/+17
2008-04-12Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)Libravatar Clifford Caoile1-0/+5
2008-04-12Document -w option to shortlogLibravatar Junio C Hamano2-3/+9
2008-04-12bisect: report bad rev betterLibravatar Christian Couder1-2/+2
2008-04-11bisect: fix bad rev checking in "git bisect good"Libravatar Christian Couder2-9/+18
2008-04-11revision.c: make --date-order overriddableLibravatar Michele Ballabio1-0/+1
2008-04-11Fix section about backdating tags in the git-tag docsLibravatar Björn Steinbrink1-2/+2
2008-04-11Document option --only of git commitLibravatar Johannes Sixt2-1/+12
2008-04-11Documentation/git-request-pull: Fixed a typo ("send" -> "end")Libravatar Dirk Suesserott1-1/+1
2008-04-10core-tutorial.txt: Fix showing the current behaviour.Libravatar Carlos Rica1-6/+6
2008-04-10git-archive: ignore prefix when checking file attributeLibravatar René Scharfe3-5/+22
2008-04-10Fix documentation syntax of optional arguments in short options.Libravatar Carlos Rica3-4/+4
2008-04-06Fix "git apply" to correctly enforce "match at the beginning"Libravatar Junio C Hamano2-13/+29
2008-03-27GIT 1.5.4.5Libravatar Junio C Hamano2-7/+1
2008-03-27Update draft release notes for 1.5.4.5Libravatar Junio C Hamano1-1/+10
2008-03-27Merge branch 'jc/maint-fetch-regression-1.5.4' into maintLibravatar Junio C Hamano70-55/+1067
2008-03-27Documentation: clarify use of .git{ignore,attributes} versus .git/info/*Libravatar Jeff King2-0/+19
2008-03-26t/t3800-mktag.sh: use test_must_fail rather than '!'Libravatar Brandon Casey1-2/+2