summaryrefslogtreecommitdiffstats
path: root/git-quiltimport.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-10rerere: record resolution even if file is not in merge baseJohannes Schindelin2-15/+46
2007-07-10Support wholesale directory renames in fast-importShawn O. Pearce3-19/+168
2007-07-10Clarify documentation of fast-import's D subcommandShawn O. Pearce1-3/+5
2007-07-09Revert 88494423 (removal of duplicate parents in the output codepath)Junio C Hamano1-13/+1
2007-07-09revision.c: remove duplicated parents after history simplificationJunio C Hamano1-0/+20
2007-07-09Document custom hunk header selectionJunio C Hamano1-4/+51
2007-07-09rebase -i: put a nice warning into the todo listJohannes Schindelin1-0/+3
2007-07-09rebase -i: remember the settings of -v, -s and -p when interruptedJohannes Schindelin2-0/+14
2007-07-09rebase -i: actually show the diffstat when being verboseJohannes Schindelin1-4/+4
2007-07-09rebase -i: handle --continue more like non-interactive rebaseJohannes Schindelin2-10/+32
2007-07-09t7004: Skip tests for signed tags in an old version of gpg.Carlos Rica1-0/+11
2007-07-09Fix merge-one-file for our-side-added/our-side-removed casesJunio C Hamano1-4/+6
2007-07-09git-commit: don't add multiple Signed-off-by: from the same identityGerrit Pape1-9/+11
2007-07-09branch.autosetupmerge: allow boolean values, or "all"Johannes Schindelin4-9/+28
2007-07-09git-stash: try reusing cached stat info as much as possibleJunio C Hamano1-3/+3
2007-07-09user-manual: fix directory name in git-archive exampleWilliam Pursell1-1/+1
2007-07-09user-manual: more explanation of push and pull usageJ. Bruce Fields1-1/+18
2007-07-09tutorial: Fix typoJ. Bruce Fields1-1/+1
2007-07-09user-manual: grammar and style fixesAndy Parkins1-3/+3
2007-07-08diff.c: make built-in hunk header pattern a separate tableJunio C Hamano1-6/+16
2007-07-07gitweb: make "No commits" in project list gray, not bold greenMatt McCutchen2-0/+7
2007-07-07gitweb: make search form generate pathinfo-style URLsMatt McCutchen1-3/+9
2007-07-07gitweb: prefer git_get_project_owner() over get_file_owner()Miklos Vajna1-2/+2
2007-07-07gitweb: make repeated calls to git_get_project_owner() bearableJunio C Hamano1-8/+20
2007-07-07diff: honor binariness specified in attributesJunio C Hamano2-5/+21
2007-07-07Fix "apply --reverse" with regard to whitespaceJohannes Schindelin2-1/+11
2007-07-07diff-lib.c: don't strdup twiceRené Scharfe1-1/+1
2007-07-07Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano3-71/+84
2007-07-07git-branch: default to --trackJohannes Schindelin1-1/+1
2007-07-07git-send-email: allow an email alias for --fromMichael Hendricks1-0/+2
2007-07-07cvsserver: always initialize state in argsplit()Frank Lichtenheld1-4/+4
2007-07-07stash: allow running from a subdirectoryJames Bowes1-0/+1
2007-07-07git-submodule(1): update description and key namesLars Hjemli1-3/+3
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin9-40/+64
2007-07-07Add [verse] to the SYNOPSIS section of git-submodule.txt.Matt Kraai1-0/+1
2007-07-07Change "added.moved or removed" to "added, moved or removed" inMatt Kraai1-1/+1
2007-07-06Fixed a formulation mistake in Documentation/user-manual.txtMarcus Fritzsch1-7/+7
2007-07-06Teach git-stash to "apply --index"Johannes Schindelin2-1/+89
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano7-15/+256
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin6-10/+10
2007-07-06Introduce diff_filespec_is_binary()Junio C Hamano3-36/+39
2007-07-06Prefer EMAIL to username@hostname.Matt Kraai1-7/+12
2007-07-06make git-clone GIT_WORK_TREE awareMatthias Lederhofer1-7/+18
2007-07-06git-clone: split up long &&-command-chain and use a function for cleanupMatthias Lederhofer1-4/+13
2007-07-06fix remote.origin.url in tutorial.txtAlecs King1-1/+1
2007-07-06filter-branch: fail gracefully when a filter failsJohannes Schindelin2-11/+36
2007-07-06Add -v|--verbose to git remote to show remote urlAlex Riesen1-1/+13
2007-07-06filter-branch documentation: clarify which filters are eval'edJohannes Schindelin1-1/+2
2007-07-06git-stash: allow more descriptive reminder message when savingJunio C Hamano1-6/+19
2007-07-06Add urls.txt to git-clone man pageAndrew Ruder6-59/+63