summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2010-11-29commit: Add commit_list prefix in two function names.Libravatar Thiago Farina3-8/+8
2010-11-24Merge branch 'cb/maint-orphan-merge-noclobber'Libravatar Junio C Hamano1-1/+19
2010-11-24Merge branch 'rs/opt-help-text'Libravatar Junio C Hamano26-49/+48
2010-11-24Merge branch 'mm/phrase-remote-tracking'Libravatar Junio C Hamano5-12/+12
2010-11-24Merge branch 'jk/maint-apply-no-binary' into maintLibravatar Junio C Hamano1-0/+6
2010-11-24Merge branch 'jn/send-pack-error' into maintLibravatar Junio C Hamano1-1/+1
2010-11-24Merge branch 'jk/maint-rev-list-nul' into maintLibravatar Junio C Hamano1-2/+4
2010-11-24Merge branch 'bc/fix-cherry-pick-root' into maintLibravatar Junio C Hamano1-1/+1
2010-11-23format-patch: page output with --stdoutLibravatar Tay Ray Chuan1-0/+2
2010-11-19remote-fd/ext: finishing touches after code reviewLibravatar Ilari Liusvaara2-8/+6
2010-11-17Merge branch 'jk/maint-apply-no-binary'Libravatar Junio C Hamano1-0/+6
2010-11-17Merge branch 'jk/push-progress'Libravatar Junio C Hamano1-0/+3
2010-11-17Merge branch 'tr/maint-merge-file-subdir'Libravatar Junio C Hamano1-1/+6
2010-11-17Merge branch 'jn/send-pack-error'Libravatar Junio C Hamano1-1/+1
2010-11-17Merge branch 'jk/maint-rev-list-nul'Libravatar Junio C Hamano1-2/+4
2010-11-17Merge branch 'ks/no-textconv-symlink'Libravatar Junio C Hamano2-12/+23
2010-11-17Merge branch 'maint'Libravatar Junio C Hamano1-4/+4
2010-11-17clean: remove redundant variable baselenLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2010-11-17Provide 'git merge --abort' as a synonym to 'git reset --merge'Libravatar Johan Herland1-0/+14
2010-11-17cmd_merge(): Parse options before checking MERGE_HEADLibravatar Johan Herland1-16/+17
2010-11-17Provide 'git notes get-ref' to easily retrieve current notes refLibravatar Johan Herland1-0/+23
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Libravatar Johan Herland1-2/+6
2010-11-17git notes merge: --commit should fail if underlying notes ref has movedLibravatar Johan Herland1-2/+9
2010-11-17git notes merge: List conflicting notes in notes merge commit messageLibravatar Johan Herland1-1/+1
2010-11-17git notes merge: Manual conflict resolution, part 2/2Libravatar Johan Herland1-3/+103
2010-11-17git notes merge: Manual conflict resolution, part 1/2Libravatar Johan Herland1-4/+4
2010-11-17git notes merge: Add automatic conflict resolvers (ours, theirs, union)Libravatar Johan Herland1-1/+20
2010-11-17git notes merge: Handle real, non-conflicting notes mergesLibravatar Johan Herland1-5/+10
2010-11-17builtin/notes.c: Refactor creation of notes commits.Libravatar Johan Herland1-23/+5
2010-11-17git notes merge: Initial implementation handling trivial merges onlyLibravatar Johan Herland1-0/+54
2010-11-17builtin/notes.c: Split notes ref DWIMmery into a separate functionLibravatar Johan Herland1-6/+11
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondLibravatar Johan Herland1-5/+6
2010-11-16clean: avoid quoting twiceLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2010-11-15verify-tag: document --verboseLibravatar René Scharfe1-1/+1
2010-11-15branch: improve --verbose descriptionLibravatar René Scharfe1-1/+2
2010-11-15Describe various forms of "be quiet" using OPT__QUIETLibravatar Jonathan Nieder10-11/+14
2010-11-15add OPT__FORCELibravatar René Scharfe11-15/+12
2010-11-15add description parameter to OPT__QUIETLibravatar René Scharfe11-12/+12
2010-11-15add description parameter to OPT__DRY_RUNLibravatar René Scharfe7-9/+7
2010-11-15add description parameter to OPT__VERBOSELibravatar René Scharfe12-13/+13
2010-11-15do not overwrite untracked during merge from unborn branchLibravatar Clemens Buchacher1-1/+19
2010-11-12add: do not rely on dtype being NULL behaviorLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2010-11-12Add the 'fetch.recurseSubmodules' config settingLibravatar Jens Lehmann1-5/+16
2010-11-12fetch/pull: Add the --recurse-submodules optionLibravatar Jens Lehmann1-14/+39
2010-11-10pack-objects: mark file-local variable staticLibravatar Jonathan Nieder1-1/+1
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 Gruber1-8/+2
2010-11-10cherry-pick/revert: transparently refresh indexLibravatar Jonathan Nieder1-2/+16
2010-11-10apply: handle patches with funny filename and colon in timezoneLibravatar Jonathan Nieder1-2/+22