summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-17builtin/notes.c: Split notes ref DWIMmery into a separate functionLibravatar Johan Herland1-6/+11
2010-11-17notes.c: Use two newlines (instead of one) when concatenating notesLibravatar Johan Herland5-3/+15
2010-11-17(trivial) t3303: Indent with tabs instead of spaces for consistencyLibravatar Johan Herland1-9/+9
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondLibravatar Johan Herland4-37/+43
2010-11-17Merge branch 'mz/maint-rebase-X-fix' into maintLibravatar Junio C Hamano1-0/+21
2010-11-17Documentation/git-pull: clarify configurationLibravatar Martin von Zweigbergk1-6/+8
2010-11-17Document that rev-list --graph triggers parent rewriting.Libravatar Yann Dirson1-0/+2
2010-11-17Fix username and password extraction from HTTP URLsLibravatar Gabriel Corona2-2/+12
2010-11-17t5550: test HTTP authentication and userinfo decodingLibravatar Gabriel Corona4-0/+40
2010-11-17git instaweb: enable remote_headsLibravatar Giuseppe Bilotta1-0/+2
2010-11-17gitweb: group remote heads by remoteLibravatar Giuseppe Bilotta2-20/+152
2010-11-17gitweb: provide a routine to display (sub)sectionsLibravatar Giuseppe Bilotta1-0/+38
2010-11-17gitweb: refactor repository URL printingLibravatar Giuseppe Bilotta1-1/+6
2010-11-17gitweb: remotes view for a single remoteLibravatar Giuseppe Bilotta1-4/+26
2010-11-17gitweb: allow action specialization in page headerLibravatar Giuseppe Bilotta1-1/+9
2010-11-17gitweb: nagivation menu for tags, heads and remotesLibravatar Giuseppe Bilotta1-3/+16
2010-11-17gitweb: separate heads and remotes listsLibravatar Giuseppe Bilotta1-4/+27
2010-11-17gitweb: git_get_heads_list accepts an optional list of refsLibravatar Giuseppe Bilotta1-4/+7
2010-11-17gitweb: introduce remote_heads featureLibravatar Giuseppe Bilotta1-2/+16
2010-11-17gitweb: use fullname as hash_base in heads linkLibravatar Giuseppe Bilotta1-1/+1
2010-11-17allow command-specific pagers in pager.<cmd>Libravatar Jeff King3-10/+52
2010-11-17log.decorate: accept 0/1 bool valuesLibravatar Jeff King2-2/+23
2010-11-16clean: avoid quoting twiceLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2010-11-16document sigchain apiLibravatar Jeff King1-0/+41
2010-11-16Keep together options controlling the behaviour of diffcore-rename.Libravatar Yann Dirson1-14/+12
2010-11-15use persistent memory for rejected pathsLibravatar Clemens Buchacher4-42/+38
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