summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-03Documentation: Typos / spelling fixes in RelNotesLibravatar Mike Ralphson4-6/+6
2009-03-03Documentation/git-archive.txt: Note attributesLibravatar Roy Lee1-0/+17
2009-03-02clone: run post-checkout hook when checking outLibravatar Jeff King2-1/+18
2009-03-02send-email: add --confirm option and configuration settingLibravatar Jay Soffian3-39/+174
2009-03-02git-pull: Allow --stat and --no-stat to be used with --rebaseLibravatar Tor Arne Vestbø1-5/+5
2009-03-02git-rebase: Add --stat and --no-stat for producing diffstat on rebaseLibravatar Tor Arne Vestbø4-9/+60
2009-03-02send-email: respect in-reply-to regardless of threadingLibravatar Thomas Rast1-1/+1
2009-03-02optimize compat/ memmem()Libravatar René Scharfe1-1/+4
2009-03-02diffcore-pickaxe: use memmem()Libravatar René Scharfe1-10/+8
2009-03-02Documentation: minor grammatical fixes.Libravatar David J. Mellor1-13/+13
2009-03-02Documentation: minor grammatical fixes.Libravatar David J. Mellor2-6/+6
2009-03-02Documentation: minor grammatical fixes.Libravatar David J. Mellor1-18/+18
2009-03-01t3400-rebase: Move detached HEAD check earlierLibravatar Johannes Sixt1-4/+4
2009-03-01Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-4/+6
2009-03-02gitk: Fix possible infinite loop and display corruptionLibravatar Paul Mackerras1-4/+6
2009-02-28Merge branch 'jc/maint-1.6.0-pack-directory'Libravatar Junio C Hamano1-1/+2
2009-02-28Merge branch 'maint'Libravatar Junio C Hamano2-7/+7
2009-02-28Documentation: minor grammatical fixes.Libravatar David J. Mellor1-6/+6
2009-02-28Ensure proper setup of git_dir for git-hash-objectLibravatar Elijah Newren1-2/+2
2009-02-28Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano1-1/+1
2009-02-28added missing backtick in git-apply.txtLibravatar Danijel Tasov1-1/+1
2009-02-28git-rebase: Update --whitespace documentationLibravatar Todd Zullinger1-1/+1
2009-02-28is_kept_pack(): final clean-upLibravatar Junio C Hamano5-21/+13
2009-02-28Simplify is_kept_pack()Libravatar Junio C Hamano5-51/+18
2009-02-28Consolidate ignore_packed logic moreLibravatar Junio C Hamano4-21/+17
2009-02-28has_sha1_kept_pack(): take "struct rev_info"Libravatar Junio C Hamano4-9/+12
2009-02-28has_sha1_pack(): refactor "pretend these packs do not exist" interfaceLibravatar Junio C Hamano7-13/+33
2009-02-28git-repack: resist stray environment variableLibravatar Junio C Hamano1-0/+1
2009-02-27git-svn - return original format_svn_date semanticsLibravatar Ben Walton1-1/+1
2009-02-27git-svn: disable broken symlink workaround by defaultLibravatar Eric Wong2-1/+11
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Libravatar Junio C Hamano1-1/+7
2009-02-27builtin-remote: new show output style for push refspecsLibravatar Jay Soffian2-24/+207
2009-02-27builtin-remote: new show output styleLibravatar Jay Soffian2-61/+159
2009-02-27remote: make guess_remote_head() use exact HEAD lookup if it is availableLibravatar Jeff King2-0/+19
2009-02-27builtin-remote: add set-head subcommandLibravatar Jay Soffian4-3/+129
2009-02-27builtin-remote: teach show to display remote HEADLibravatar Jay Soffian2-7/+59
2009-02-27builtin-remote: fix two inconsistencies in the output of "show <remote>"Libravatar Jay Soffian2-6/+11
2009-02-27builtin-remote: make get_remote_ref_states() always populate states.trackedLibravatar Jay Soffian1-17/+16
2009-02-27builtin-remote: rename variables and eliminate redundant function callLibravatar Jay Soffian1-12/+12
2009-02-27builtin-remote: remove unused code in get_ref_statesLibravatar Jay Soffian1-10/+3
2009-02-27builtin-remote: refactor duplicated cleanup codeLibravatar Jay Soffian1-8/+9
2009-02-27string-list: new for_each_string_list() functionLibravatar Jay Soffian2-0/+15
2009-02-27remote: make match_refs() not short-circuitLibravatar Jay Soffian1-2/+4
2009-02-27remote: make match_refs() copy src ref before assigning to peer_refLibravatar Jay Soffian1-2/+5
2009-02-27remote: let guess_remote_head() optionally return all matchesLibravatar Jay Soffian3-17/+28
2009-02-27remote: make copy_ref() perform a deep copyLibravatar Jay Soffian1-5/+13
2009-02-27bisect: fix another instance of eval'ed stringLibravatar Christian Couder1-1/+7
2009-02-27bash completion: add --format= and --oneline options for "git log"Libravatar Teemu Likonen1-2/+12
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Libravatar Junio C Hamano2-35/+66
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedLibravatar Christian Couder2-35/+66