summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-07Makefile: test-parse-options depends on parse-options.hJunio C Hamano1-0/+2
2009-06-06Documentation: refer to gitworkflows(7) from tutorial and git(1)Thomas Rast2-1/+8
2009-06-06daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2-5/+10
2009-06-04Documentation/git.txt: update links to release notesJunio C Hamano1-1/+6
2009-06-04GIT 1.6.3.2v1.6.3.2Junio C Hamano2-8/+6
2009-06-04Show presence of stashed changes in bash prompt.Daniel Trstenjak1-2/+10
2009-06-03grep: fix empty word-regexp matchesRené Scharfe1-1/+5
2009-06-03Clean up and simplify rev_compare_tree()Linus Torvalds2-23/+15
2009-06-03blame: correctly handle a path that used to be a directoryJunio C Hamano2-8/+33
2009-06-03add -i: do not dump patch during applicationThomas Rast1-1/+0
2009-06-02Update draft release notes for 1.6.3.2Junio C Hamano1-14/+26
2009-06-02test-lib: fix http exit codesClemens Buchacher1-2/+4
2009-06-02test-lib: allow exit trap to be used for cleanup by testsClemens Buchacher1-7/+14
2009-06-02test-lib: fail if invalid options are passedClemens Buchacher1-1/+1
2009-06-02grep: fix colouring of matches with zero lengthRené Scharfe1-0/+2
2009-06-01git-show-branch.txt: document --date-order optionStephen Boyd1-3/+9
2009-06-01diff: generate pretty filenames in prep_temp_blob()David Aguilar4-1/+38
2009-06-01compat: add a basename() compatibility functionDavid Aguilar5-0/+37
2009-06-01compat: add a mkstemps() compatibility functionDavid Aguilar5-0/+102
2009-06-01git-add: no need for -f when resolving a conflict in already tracked pathJeff King2-1/+13
2009-06-01config.txt: document add.ignore-errorsStephen Boyd1-0/+5
2009-06-01bash: remove always true if statement from __git_ps1()SZEDER Gábor1-6/+4
2009-06-01git-apply(1): Clarify that one can select where to apply the patchBjörn Steinbrink1-1/+1
2009-06-01http-push: reuse existing is_null_refClemens Buchacher1-16/+5
2009-05-31Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2-16/+18
2009-05-29t9120: don't expect failure with SVN_HTTPD_PORT unsetStephen Boyd1-11/+6
2009-05-29Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2-16/+18
2009-05-28git-svn: refuse to dcommit non-UTF-8 messagesEric Wong2-3/+61
2009-05-28fix segfault showing an empty remoteClemens Buchacher2-4/+14
2009-05-28t8005: fix typo, it's ISO-8859-5, not KOI8-RBrandon Casey1-1/+1
2009-05-27t5500: Modernize test styleStephen Boyd1-127/+149
2009-05-27completion: fix PS1 display during an AM on detached HEADJunio C Hamano1-13/+11
2009-05-27imap-send: add support for IPv6Benjamin Kramer1-3/+51
2009-05-26Update draft release notes to 1.6.4Junio C Hamano1-1/+35
2009-05-26Prepare for 1.6.3.2Junio C Hamano2-1/+52
2009-05-25fix cat-file usage message and documentationJeff King2-4/+4
2009-05-25fetch: report ref storage DF errors more accuratelyJeff King1-3/+8
2009-05-25lock_ref: inform callers of unavailable refJeff King1-1/+3
2009-05-25convert bare readlink to strbuf_readlinkJeff King1-7/+4
2009-05-25t3701: ensure correctly set up repository after skipped testsJohannes Sixt1-0/+6
2009-05-25merge-options.txt: Clarify merge --squashMichael J Gruber1-1/+2
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd9-33/+59
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd51-64/+86
2009-05-25Change xdl_merge to generate output even for null mergesCharles Bailey2-17/+16
2009-05-25t6023: merge-file fails to output anything for a degenerate mergeCharles Bailey1-0/+6
2009-05-24apply: handle filenames with double slashes betterMichal Marek1-6/+20
2009-05-24http-push.c::remove_locks(): fix use after freeAlex Riesen1-1/+2
2009-05-24t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to CNguyễn Thái Ngọc Duy1-0/+31
2009-05-24grep: fix word-regexp at the beginning of linesRené Scharfe2-1/+9
2009-05-24apply, fmt-merge-msg: use relative filenamesStephen Boyd4-0/+79