summaryrefslogtreecommitdiffstats
path: root/Documentation/git-cherry.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-23Amend git-push refspec documentationSam Vilain1-10/+13
2008-04-23git-gc --prune is deprecatedDmitry Potapov2-20/+3
2008-04-23svn-git: Use binmode for reading/writing binary rev mapsMichael Weber1-0/+4
2008-04-23diff options documentation: refer to --diff-filter in --name-statusMiklos Vajna1-1/+2
2008-04-23Don't force imap.host to be set when imap.tunnel is setJeff King1-2/+5
2008-04-23git-clone.txt: Adjust note to --shared for new pruning behavior of git-gcBrandon Casey1-4/+9
2008-04-23git-svn bug with blank commits and author fileThomas Guyot-Sionnest1-2/+1
2008-04-23archive.c: format_subst - fixed bogus argument to memchrAriel Badichi1-2/+2
2008-04-23copy.c: copy_fd - correctly report write errorsAriel Badichi1-4/+4
2008-04-23gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie2-1/+11
2008-04-22post-receive-email: fix accidental removal of a trailing space in signature lineAndy Parkins1-1/+2
2008-04-22Escape project names before creating pathinfo URLsmartin f. krafft1-2/+2
2008-04-22Escape project name in regexpmartin f. krafft1-1/+1
2008-04-22bash: Add completion for git diff --base --ours --theirsTeemu Likonen1-0/+1
2008-04-22diff-options.txt: document the new "--dirstat" optionGerrit Pape1-0/+8
2008-04-20GIT 1.5.5.1v1.5.5.1Junio C Hamano3-1/+48
2008-04-19gitweb: Fix 'history' view for deleted files with historyJakub Narebski2-3/+31
2008-04-19Document that WebDAV doesn't need git on the server, and works over SSLMatthieu Moy1-12/+33
2008-04-19git-remote: reject adding remotes with invalid namesJonas Fonseca4-6/+32
2008-04-19am: POSIX portability fixJunio C Hamano1-1/+1
2008-04-17git-am: minor cleanupJunio C Hamano1-2/+1
2008-04-17Clarify and fix English in "git-rm" documentationJon Loeliger1-20/+32
2008-04-16rebase: do not munge commit log messageJunio C Hamano2-5/+55
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder2-5/+16
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds1-14/+10
2008-04-16Ignore leading empty lines while summarizing mergesLinus Torvalds1-1/+9
2008-04-16bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder1-1/+1
2008-04-16builtin-apply: Show a more descriptive error on failure when opening a patchAlberto Bertogli1-1/+1
2008-04-16Clarify documentation of git-cvsserver, particularly in relation to git-shellScott Collins1-11/+17
2008-04-15git clean: Add test to verify directories aren't removed with a prefixShawn Bohrer1-2/+3
2008-04-15git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2-7/+8
2008-04-15git-submodule - possibly use branch name to describe a moduleMark Levedahl1-1/+2
2008-04-13t7401: squelch garbage outputJunio C Hamano1-1/+1
2008-04-13Documentation/git-submodule: typofixJunio C Hamano1-1/+1
2008-04-13Fix config key miscount in url.*.insteadOfDaniel Barkalow2-5/+5
2008-04-13Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)Clifford Caoile1-0/+5
2008-04-13Document -w option to shortlogJunio C Hamano2-3/+9
2008-04-13bisect: report bad rev betterChristian Couder1-2/+2
2008-04-12bisect: fix bad rev checking in "git bisect good"Christian Couder2-9/+18
2008-04-12revision.c: make --date-order overriddableMichele Ballabio1-0/+1
2008-04-12git-submodule: Avoid 'fatal: cannot describe' messagePing Yin1-1/+1
2008-04-12Force the medium pretty format on calls to git logPedro Melo1-1/+1
2008-04-12Fix section about backdating tags in the git-tag docsBjörn Steinbrink1-2/+2
2008-04-11Document option --only of git commitJohannes Sixt2-1/+12
2008-04-11Documentation/git-request-pull: Fixed a typo ("send" -> "end")Dirk Suesserott1-1/+1
2008-04-10git-fetch: fix status output when not storing tracking refJeff King1-15/+13
2008-04-10core-tutorial.txt: Fix showing the current behaviour.Carlos Rica1-6/+6
2008-04-10git-archive: ignore prefix when checking file attributeRené Scharfe3-5/+22
2008-04-10Fix documentation syntax of optional arguments in short options.Carlos Rica3-4/+4
2008-04-08GIT 1.5.5v1.5.5Junio C Hamano3-8/+7