summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* format-patch: Add format.subjectprefix config optionAdam Roben2007-07-021-1/+0
* Finally implement "git log --follow"Linus Torvalds2007-06-221-1/+3
* Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano2007-06-161-1/+2
|\
| * Avoid diff cost on "git log -z"Junio C Hamano2007-06-151-1/+2
* | More missing staticJunio C Hamano2007-06-081-8/+8
* | git-rev-list: Add regexp tuning optionsPetr Baudis2007-05-201-0/+12
|/
* Handle return code of parse_commit in revision machineryAlex Riesen2007-05-061-23/+50
* Add --date={local,relative,default}Junio C Hamano2007-04-251-1/+12
* store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2007-04-241-5/+12
* Merge branch 'jc/cherry'Junio C Hamano2007-04-121-0/+88
|\
| * git-log --cherry-pick A...BJunio C Hamano2007-04-111-0/+88
* | Fix git {log,show,...} --pretty=emailJunio C Hamano2007-04-121-0/+1
|/
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-311-1/+1
* Merge branch 'jc/fpl'Junio C Hamano2007-03-251-4/+10
|\
| * git-log --first-parent: show only the first parent logJunio C Hamano2007-03-141-4/+10
* | Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-7/+5
* | Replace remaining instances of strdup with xstrdup.James Bowes2007-03-191-1/+1
* | try-to-simplify-commit: use diff-tree --quiet machinery.Junio C Hamano2007-03-141-0/+6
* | revision.c: explain what tree_difference doesJunio C Hamano2007-03-141-2/+9
|/
* revision --boundary: fix uncounted case.Junio C Hamano2007-03-061-8/+8
* revision --boundary: fix stupid typoJunio C Hamano2007-03-061-1/+1
* revision traversal: SHOWN means shownJunio C Hamano2007-03-061-8/+18
* revision traversal: retire BOUNDARY_SHOWJunio C Hamano2007-03-061-1/+8
* revision walker: Fix --boundary when limitedJunio C Hamano2007-03-061-114/+94
* Merge branch 'js/bundle'Junio C Hamano2007-02-281-1/+1
|\
| * git-bundle: fix 'create --all'Johannes Schindelin2007-02-221-1/+1
* | Merge branch 'maint'Junio C Hamano2007-02-271-0/+2
|\ \
| * | git-show: Reject native refLinus Torvalds2007-02-271-0/+2
| |/
* | Merge branch 'js/no-limit-boundary'Junio C Hamano2007-02-241-4/+21
|\ \
| * | rev-list --max-age, --max-count: support --boundaryJohannes Schindelin2007-02-191-4/+21
| |/
* | prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-201-1/+1
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-15/+15
* | Merge branch 'js/reverse'Junio C Hamano2007-02-131-0/+38
|\ \ | |/ |/|
| * Teach revision machinery about --reverseJohannes Schindelin2007-01-201-0/+38
* | Do not forget to pack objects reachable from HEAD reflog.Junio C Hamano2007-02-121-1/+1
* | reflog inspection: introduce shortcut "-g"Johannes Schindelin2007-01-241-1/+2
|/
* Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin2007-01-201-0/+11
* plug a few leaks in revision walking used in describe.Junio C Hamano2007-01-111-3/+5
* Sanitize for_each_reflog_ent()Johannes Schindelin2007-01-091-1/+3
* Move commit reencoding parameter parsing to revision.cJunio C Hamano2006-12-301-0/+8
* Merge branch 'jc/fsck-reflog'Junio C Hamano2006-12-261-7/+59
|\
| * Don't crash during repack of a reflog with pruned commits.Shawn O. Pearce2006-12-211-10/+20
| * Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano2006-12-201-7/+49
* | Merge branch 'jc/skip-count'Junio C Hamano2006-12-251-14/+32
|\ \ | |/ |/|
| * revision: --skip=<n>Junio C Hamano2006-12-201-14/+32
* | Merge branch 'jc/leftright'Junio C Hamano2006-12-201-1/+8
|\ \ | |/ |/|
| * Revert "Make left-right automatic."Junio C Hamano2006-12-191-10/+3
| * Make left-right automatic.Junio C Hamano2006-12-171-3/+10
| * Teach all of log family --left-right output.Junio C Hamano2006-12-171-0/+4
| * rev-list --left-rightJunio C Hamano2006-12-171-1/+4