summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-16Merge branch 'jc/typo'Libravatar Junio C Hamano17-19/+20
2010-02-16Merge branch 'maint'Libravatar Junio C Hamano8-16/+56
2010-02-16Prepare 1.7.0.1 release notesLibravatar Junio C Hamano1-1/+21
2010-02-16Merge branch 'jc/maint-grep-one-thread-mutex-fix' into maintLibravatar Junio C Hamano1-9/+16
2010-02-16Fix use of mutex in threaded grepLibravatar Junio C Hamano1-9/+16
2010-02-16Merge branch 'maint-1.6.6' into maintLibravatar Junio C Hamano6-6/+19
2010-02-16Merge branch 'maint-1.6.5' into maint-1.6.6Libravatar Junio C Hamano4-4/+17
2010-02-16transport: add got_remote_refs flagLibravatar Tay Ray Chuan2-1/+10
2010-02-16dwim_ref: fix dangling symref warningLibravatar Jeff King1-2/+1
2010-02-16Add test for using Git at root of file systemLibravatar Nguyễn Thái Ngọc Duy3-0/+301
2010-02-16Support working directory located at rootLibravatar Nguyễn Thái Ngọc Duy1-7/+10
2010-02-16Move offset_1st_component() to path.cLibravatar Nguyễn Thái Ngọc Duy3-7/+8
2010-02-15git diff --quiet -w: check and report the statusLibravatar Larry D'Anna1-0/+23
2010-02-15stash pop: remove 'apply' options during 'drop' invocationLibravatar Thomas Rast2-2/+14
2010-02-15diff: make sure --output=/bad/path is caughtLibravatar Larry D'Anna1-0/+2
2010-02-15Remove hyphen from "git-command" in two error messagesLibravatar Pete Harlan2-2/+2
2010-02-14am: Fix launching of pagerLibravatar Jonathan Nieder2-4/+14
2010-02-14Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2010-02-14Merge branch 'maint-1.6.6' into maintLibravatar Junio C Hamano1-0/+1
2010-02-14gitweb: Die if there are parsing errors in config fileLibravatar Jakub Narebski1-3/+6
2010-02-14git svn: Fix launching of pagerLibravatar Jonathan Nieder1-2/+7
2010-02-14git.1: Clarify the behavior of the --paginate optionLibravatar Jonathan Nieder1-2/+6
2010-02-14Make 'git var GIT_PAGER' always print the configured pagerLibravatar Jonathan Nieder3-5/+5
2010-02-14Fix 'git var' usage synopsisLibravatar Jonathan Nieder2-2/+2
2010-02-14init-db, rev-parse --git-dir: do not append redundant slashLibravatar Nguyễn Thái Ngọc Duy2-4/+9
2010-02-14make_absolute_path(): Do not append redundant slashLibravatar Nguyễn Thái Ngọc Duy1-2/+3
2010-02-14fix minor memory leak in get_tree_entry()Libravatar René Scharfe1-0/+1
2010-02-13builtin-notes: Add "copy" subcommand for copying notes between objectsLibravatar Johan Herland3-8/+102
2010-02-13builtin-notes: Misc. refactoring of argc and exit value handlingLibravatar Johan Herland1-25/+36
2010-02-13builtin-notes: Add -c/-C options for reusing notesLibravatar Johan Herland3-12/+179
2010-02-13builtin-notes: Refactor handling of -F option to allow combining -m and -FLibravatar Johan Herland2-44/+73
2010-02-13builtin-notes: Deprecate the -m/-F options for "git notes edit"Libravatar Johan Herland5-8/+14
2010-02-13builtin-notes: Add "append" subcommand for appending to note objectsLibravatar Johan Herland3-9/+67
2010-02-13builtin-notes: Add "add" subcommand for adding notes to objectsLibravatar Johan Herland3-22/+74
2010-02-13builtin-notes: Add --message/--file aliases for -m/-F optionsLibravatar Johan Herland2-2/+4
2010-02-13builtin-notes: Add "list" subcommand for listing note objectsLibravatar Johan Herland3-6/+76
2010-02-13Documentation: Generalize git-notes docs to 'objects' instead of 'commits'Libravatar Johan Herland1-15/+20
2010-02-13builtin-notes: Add "prune" subcommand for removing notes for missing objectsLibravatar Johan Herland3-11/+115
2010-02-13Notes API: prune_notes(): Prune notes that belong to non-existing objectsLibravatar Johan Herland2-0/+51
2010-02-13t3305: Verify that removing notes triggers automatic fanout consolidationLibravatar Johan Herland1-1/+46
2010-02-13builtin-notes: Add "remove" subcommand for removing existing notesLibravatar Johan Herland3-34/+73
2010-02-13Teach builtin-notes to remove empty notesLibravatar Johan Herland2-4/+42
2010-02-13Teach notes code to properly preserve non-notes in the notes treeLibravatar Johan Herland4-51/+233
2010-02-13t3305: Verify that adding many notes with git-notes triggers increased fanoutLibravatar Johan Herland1-0/+50
2010-02-13t3301: Verify successful annotation of non-commitsLibravatar Johan Herland1-0/+17
2010-02-13Builtin-ify git-notesLibravatar Johan Herland7-40/+350
2010-02-13Refactor notes concatenation into a flexible interface for combining notesLibravatar Johan Herland2-60/+112
2010-02-13Notes API: Allow multiple concurrent notes trees with new struct notes_treeLibravatar Johan Herland3-66/+112
2010-02-13Notes API: write_notes_tree(): Store the notes tree in the databaseLibravatar Johan Herland2-3/+180
2010-02-13Notes API: for_each_note(): Traverse the entire notes tree with a callbackLibravatar Johan Herland2-0/+180