aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
* git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin2007-07-24
* Teach revision machinery about --no-walkJohannes Schindelin2007-07-23
* Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano2007-07-22
* Fix up duplicate parents removalLinus Torvalds2007-07-20
* Wire new date formats to --date=<format> parser.Junio C Hamano2007-07-13
* Fix --cherry-pick with given pathsJohannes Schindelin2007-07-11
* revision.c: remove duplicated parents after history simplificationJunio C Hamano2007-07-08
* format-patch: Add format.subjectprefix config optionAdam Roben2007-07-02
* Finally implement "git log --follow"Linus Torvalds2007-06-22
* Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano2007-06-16
|\
| * Avoid diff cost on "git log -z"Junio C Hamano2007-06-15
* | More missing staticJunio C Hamano2007-06-08
* | git-rev-list: Add regexp tuning optionsPetr Baudis2007-05-20
|/
* Handle return code of parse_commit in revision machineryAlex Riesen2007-05-06
* Add --date={local,relative,default}Junio C Hamano2007-04-25
* store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2007-04-24
* Merge branch 'jc/cherry'Junio C Hamano2007-04-12
|\
| * git-log --cherry-pick A...BJunio C Hamano2007-04-11
* | Fix git {log,show,...} --pretty=emailJunio C Hamano2007-04-12
|/
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-31
* Merge branch 'jc/fpl'Junio C Hamano2007-03-25
|\
| * git-log --first-parent: show only the first parent logJunio C Hamano2007-03-14
* | Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* | Replace remaining instances of strdup with xstrdup.James Bowes2007-03-19
* | try-to-simplify-commit: use diff-tree --quiet machinery.Junio C Hamano2007-03-14
* | revision.c: explain what tree_difference doesJunio C Hamano2007-03-14
|/
* revision --boundary: fix uncounted case.Junio C Hamano2007-03-06
* revision --boundary: fix stupid typoJunio C Hamano2007-03-06
* revision traversal: SHOWN means shownJunio C Hamano2007-03-06
* revision traversal: retire BOUNDARY_SHOWJunio C Hamano2007-03-06
* revision walker: Fix --boundary when limitedJunio C Hamano2007-03-06
* Merge branch 'js/bundle'Junio C Hamano2007-02-28
|\
| * git-bundle: fix 'create --all'Johannes Schindelin2007-02-22
* | Merge branch 'maint'Junio C Hamano2007-02-27
|\ \
| * | git-show: Reject native refLinus Torvalds2007-02-27
| |/
* | Merge branch 'js/no-limit-boundary'Junio C Hamano2007-02-24
|\ \
| * | rev-list --max-age, --max-count: support --boundaryJohannes Schindelin2007-02-19
| |/
* | prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-20
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* | Merge branch 'js/reverse'Junio C Hamano2007-02-13
|\ \ | |/ |/|
| * Teach revision machinery about --reverseJohannes Schindelin2007-01-20
* | Do not forget to pack objects reachable from HEAD reflog.Junio C Hamano2007-02-12
* | reflog inspection: introduce shortcut "-g"Johannes Schindelin2007-01-24
|/
* Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin2007-01-20
* plug a few leaks in revision walking used in describe.Junio C Hamano2007-01-11
* Sanitize for_each_reflog_ent()Johannes Schindelin2007-01-09
* Move commit reencoding parameter parsing to revision.cJunio C Hamano2006-12-30
* Merge branch 'jc/fsck-reflog'Junio C Hamano2006-12-26
|\
| * Don't crash during repack of a reflog with pruned commits.Shawn O. Pearce2006-12-21
| * Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano2006-12-20