summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-15Merge branch 'maint'Libravatar Junio C Hamano1-4/+0
2010-11-15verify-tag: document --verboseLibravatar René Scharfe2-1/+5
2010-11-15branch: improve --verbose descriptionLibravatar René Scharfe1-1/+2
2010-11-15archive: improve --verbose descriptionLibravatar René Scharfe1-1/+1
2010-11-15Describe various forms of "be quiet" using OPT__QUIETLibravatar Jonathan Nieder10-11/+14
2010-11-15add OPT__FORCELibravatar René Scharfe13-15/+16
2010-11-15add description parameter to OPT__QUIETLibravatar René Scharfe14-15/+15
2010-11-15add description parameter to OPT__DRY_RUNLibravatar René Scharfe10-12/+10
2010-11-15add description parameter to OPT__VERBOSELibravatar René Scharfe16-17/+17
2010-11-15do not overwrite untracked during merge from unborn branchLibravatar Clemens Buchacher2-1/+35
2010-11-14tests: use test_cmp instead of piping to diff(1)Libravatar Ævar Arnfjörð Bjarmason2-47/+94
2010-11-14t7004-tag.sh: re-arrange git tag comment for clarityLibravatar Ævar Arnfjörð Bjarmason1-5/+15
2010-11-12setup: make sure git_dir path is in a permanent buffer, getenv(3) caseLibravatar Kirill Smelkov1-0/+1
2010-11-12add: do not rely on dtype being NULL behaviorLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2010-11-12git-send-email.perl: make initial In-Reply-To apply only to first emailLibravatar Antonio Ospite3-7/+25
2010-11-11t3402: test "rebase -s<strategy> -X<opt>"Libravatar Junio C Hamano1-0/+21
2010-11-11Documentation: point to related commands from gitignoreLibravatar Jonathan Nieder1-5/+19
2010-11-11Documentation: split gitignore page into sectionsLibravatar Jonathan Nieder1-2/+4
2010-11-11gitweb: Time::HiRes is in core for Perl 5.8Libravatar Jakub Narebski1-7/+5
2010-11-10Remove pack file handling dependency from wrapper.oLibravatar Jonathan Nieder2-3/+13
2010-11-10pack-objects: mark file-local variable staticLibravatar Jonathan Nieder1-1/+1
2010-11-10wrapper: give zlib wrappers their own translation unitLibravatar Jonathan Nieder3-60/+62
2010-11-10strbuf: move strbuf_branchname to sha1_name.cLibravatar Jonathan Nieder2-18/+18
2010-11-10path helpers: move git_mkstemp* to wrapper.cLibravatar Jonathan Nieder2-113/+113
2010-11-10wrapper: move odb_* to environment.cLibravatar Jonathan Nieder3-37/+38
2010-11-10wrapper: move xmmap() to sha1_file.cLibravatar Jonathan Nieder2-15/+15
2010-11-10notes.h/c: Allow combine_notes functions to remove notesLibravatar Johan Herland2-2/+26
2010-11-10notes.c: Reorder functions in preparation for next commitLibravatar Johan Herland1-73/+73
2010-11-10notes.h: Make default_notes_ref() available in notes APILibravatar Johan Herland2-1/+15
2010-11-10(trivial) notes.h: Minor documentation fixes to copy_notes()Libravatar Johan Herland1-0/+5
2010-11-10notes.c: Hexify SHA1 in die() message from init_notes()Libravatar Johan Herland1-1/+1
2010-11-10tag: recognize rfc1991 signaturesLibravatar Michael J Gruber2-7/+9
2010-11-10tag: factor out sig detection for tag displayLibravatar Michael J Gruber1-2/+2
2010-11-10tag: factor out sig detection for body editsLibravatar Michael J Gruber1-10/+2
2010-11-10verify-tag: factor out signature detectionLibravatar Michael J Gruber3-8/+16
2010-11-10t/t7004-tag: test handling of rfc1991 signaturesLibravatar Michael J Gruber1-0/+66
2010-11-10rebase -X: do not clobber strategyLibravatar Martin von Zweigbergk1-4/+0
2010-11-10cherry-pick/revert: transparently refresh indexLibravatar Jonathan Nieder2-2/+26
2010-11-10apply: handle patches with funny filename and colon in timezoneLibravatar Jonathan Nieder4-2/+48
2010-11-09docs: give more hints about how "add -e" worksLibravatar Jeff King1-28/+76
2010-11-09t4124 (apply --whitespace): use test_might_failLibravatar Jonathan Nieder1-3/+2
2010-11-09t3404: do not use 'describe' to implement test_cmp_revLibravatar Junio C Hamano1-2/+2
2010-11-09t3404 (rebase -i): introduce helper to check position of HEADLibravatar Jonathan Nieder1-15/+9
2010-11-09t3404 (rebase -i): move comment to descriptionLibravatar Jonathan Nieder1-18/+17
2010-11-09t3404 (rebase -i): unroll test_commit loopsLibravatar Jonathan Nieder1-12/+11
2010-11-09t3301 (notes): use test_expect_code for clarityLibravatar Jonathan Nieder1-1/+1
2010-11-09t1400 (update-ref): use test_must_failLibravatar Jonathan Nieder1-3/+2
2010-11-09t1502 (rev-parse --parseopt): test exit code from "-h"Libravatar Jonathan Nieder1-1/+1
2010-11-09t6022 (renaming merge): chain test commands with &&Libravatar Jonathan Nieder1-190/+92
2010-11-09test-lib: introduce test_line_count to measure filesLibravatar Jonathan Nieder2-0/+26