summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-07get_pathspec(): die when an out-of-tree path is givenLibravatar Junio C Hamano3-4/+7
2008-03-06Merge branch 'maint' of git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano1-0/+5
2008-03-05git-gui: if a background colour is set, set foreground colour as wellLibravatar Philipp A. Hartmann6-16/+47
2008-03-05git-gui: translate the remaining messages in zh_cn.po to chineseLibravatar eric miao1-550/+673
2008-03-05gitweb: Fix and simplify pickaxe searchLibravatar Jakub Narebski1-42/+43
2008-03-05git-submodule - Allow adding a submodule in-placeLibravatar Mark Levedahl2-22/+33
2008-03-05shortlog: take the first populated line of the descriptionLibravatar Andy Whitcroft1-2/+3
2008-03-05Add compat/snprintf.c for systems that return bogusLibravatar Michal Rokos5-0/+92
2008-03-05Do not use GUID on dir in git init --shared=all on FreeBSDLibravatar Alex Riesen3-1/+11
2008-03-05run-command: Redirect stderr to a pipe before redirecting stdout to stderrLibravatar Christian Couder2-10/+11
2008-03-05remote: fix "update [group...]"Libravatar Johannes Schindelin2-9/+142
2008-03-05Make builtin-reset.c use parse_options.Libravatar Carlos Rica1-27/+20
2008-03-05bash: git-branch -d and -m lists only local branchesLibravatar SZEDER Gábor1-1/+18
2008-03-05bash: add git-branch optionsLibravatar SZEDER Gábor1-1/+10
2008-03-05Add a very basic test script for git mergetoolLibravatar Charles Bailey1-0/+46
2008-03-05Teach git mergetool to use custom commands defined at config timeLibravatar Charles Bailey2-4/+49
2008-03-05Changed an internal variable of mergetool to support custom commandsLibravatar Charles Bailey1-50/+50
2008-03-05Tidy up git mergetool's backup file behaviourLibravatar Charles Bailey2-24/+19
2008-03-05log/show/whatchanged: introduce format.pretty configurationLibravatar Denis Cheng3-0/+13
2008-03-05specify explicit "--pretty=medium" with `git log/show/whatchanged`Libravatar Denis Cheng4-4/+4
2008-03-05whatchanged documentation: share description of --pretty with othersLibravatar Denis Cheng1-5/+4
2008-03-05am: --rebasingLibravatar Junio C Hamano3-4/+21
2008-03-05am: remove support for -d .dotestLibravatar Junio C Hamano2-14/+6
2008-03-05am: read from the right mailbox when started from a subdirectoryLibravatar Junio C Hamano2-2/+95
2008-03-05fsck.c: fix bogus "empty tree" checkLibravatar Junio C Hamano1-2/+0
2008-03-04Teach git-fetch to exploit server side automatic tag followingLibravatar Shawn O. Pearce4-0/+37
2008-03-04Teach fetch-pack/upload-pack about --include-tagLibravatar Shawn O. Pearce4-6/+24
2008-03-04git-pack-objects: Automatically pack annotated tags if object was packedLibravatar Shawn O. Pearce3-2/+111
2008-03-05Merge branch 'maint'Libravatar Shawn O. Pearce1-0/+5
2008-03-05git-gui: Gracefully fall back to po2msg.sh if msgfmt --tcl failsLibravatar Shawn O. Pearce1-0/+5
2008-03-04Revert "unpack-objects: prevent writing of inconsistent objects"Libravatar Junio C Hamano2-106/+7
2008-03-04Revert "receive-pack: use strict mode for unpacking objects"Libravatar Junio C Hamano2-29/+13
2008-03-04Merge branch 'maint'Libravatar Junio C Hamano5-22/+23
2008-03-03Fix 'git remote show' regression on empty repository in 1.5.4Libravatar Shawn O. Pearce1-4/+0
2008-03-03t3407-rebase-abort.sh: Enhance existing tests, and add test for rebase --mergeLibravatar Mike Hommey1-28/+40
2008-03-03git-p4: Fix import of changesets with file deletionsLibravatar Simon Hausmann1-20/+25
2008-03-03Fix test for cleanup failure in t7300 on WindowsLibravatar Alex Riesen1-1/+2
2008-03-03t6120 (describe): check --long properlyLibravatar Junio C Hamano1-0/+1
2008-03-03Add git-describe test for "verify annotated tag names on output"Libravatar Shawn O. Pearce1-1/+16
2008-03-03Test for packed tags in git-describe outputLibravatar Shawn O. Pearce1-0/+3
2008-03-03Don't allow git-describe failures to go unnoticed in t6120Libravatar Shawn O. Pearce1-1/+3
2008-03-03describe: re-fix display_name()Libravatar Junio C Hamano1-1/+1
2008-03-03Fix incorrect wording in git-merge.txt.Libravatar Matthieu Moy1-1/+2
2008-03-03git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsLibravatar Gerrit Pape2-6/+17
2008-03-03Fix random crashes in http_cleanup()Libravatar Mike Hommey1-11/+3
2008-03-03describe: fix --long outputLibravatar Junio C Hamano1-5/+11
2008-03-03git-describe: use tags found in packed-refs correctlyLibravatar Junio C Hamano1-1/+1
2008-03-03t3903-stash.sh: Add tests for new stash commands drop and popLibravatar Brandon Casey1-1/+45
2008-03-03git-reflog.txt: Document new commands --updateref and --rewriteLibravatar Brandon Casey1-0/+9
2008-03-03t3903-stash.sh: Add missing '&&' to body of testcaseLibravatar Brandon Casey1-2/+2