index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rev-list.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-09
Introduce --pretty=oneline format.
Junio C Hamano
1
-2
/
+9
2005-08-09
[PATCH] add *--no-merges* flag to suppress display of merge commits
Johannes Schindelin
1
-1
/
+11
2005-08-05
Teach rev-list since..til notation.
Junio C Hamano
1
-8
/
+30
2005-07-29
[PATCH] Support for NO_OPENSSL
Petr Baudis
1
-1
/
+5
2005-07-29
[PATCH] Fix interesting git-rev-list corner case
Linus Torvalds
1
-0
/
+11
2005-07-27
Typofix: usage strings fix.
Junio C Hamano
1
-1
/
+1
2005-07-23
Be more aggressive about marking trees uninteresting
Linus Torvalds
1
-1
/
+25
2005-07-11
[PATCH] Dereference tag repeatedly until we get a non-tag.
Junio C Hamano
1
-2
/
+2
2005-07-10
git-rev-list: allow missing objects when the parent is marked UNINTERESTING
Linus Torvalds
1
-0
/
+15
2005-07-06
[PATCH] Ensure list insertion method does not depend on position of --merge-o...
Jon Seymour
1
-4
/
+2
2005-07-06
git-rev-list: remove the DUPCHECK logic, use SEEN instead
Linus Torvalds
1
-3
/
+2
2005-07-06
Make sure we generate the whole commit list before trying to sort it topologi...
Linus Torvalds
1
-0
/
+1
2005-07-06
[PATCH] Tidy up - slight simplification of rev-list.c
Jon Seymour
1
-7
/
+3
2005-07-06
Add "--topo-order" flag to use new topological sort
Linus Torvalds
1
-0
/
+7
2005-07-06
Remove insane overlapping bit ranges from epoch.c
Linus Torvalds
1
-1
/
+5
2005-07-06
Clean up commit insertion in git-rev-list
Linus Torvalds
1
-1
/
+4
2005-07-06
Make "insert_by_date()" match "commit_list_insert()"
Linus Torvalds
1
-1
/
+1
2005-07-05
Remove unnecessary usage of strncmp() in git-rev-list arg parsing.
Linus Torvalds
1
-2
/
+2
2005-07-04
git-rev-list: make sure the output is sorted by recency
Linus Torvalds
1
-1
/
+1
2005-07-04
Make rev-list flush the stdio buffers after each rev.
Linus Torvalds
1
-1
/
+2
2005-07-03
"git rev-list --unpacked" shows only unpacked commits
Linus Torvalds
1
-0
/
+11
2005-07-03
Add "--all" flag to rev-parse that shows all refs
Linus Torvalds
1
-2
/
+2
2005-07-03
Fix sparse warnings.
Linus Torvalds
1
-1
/
+1
2005-06-29
Teach git-rev-list about non-commit objects
Linus Torvalds
1
-13
/
+91
2005-06-29
Prepare git-rev-list for tracking tag objects too
Linus Torvalds
1
-6
/
+20
2005-06-26
Add "--pretty=full" format that also shows committer.
Linus Torvalds
1
-14
/
+0
2005-06-26
Ooh. Make git-rev-list --object associate a name with objects.
Linus Torvalds
1
-9
/
+10
2005-06-24
git-rev-list: add option to list all objects (not just commits)
Linus Torvalds
1
-0
/
+91
2005-06-19
[PATCH] Fix for --merge-order, --max-age interaction issue
Jon Seymour
1
-2
/
+11
2005-06-19
[PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...
Jon Seymour
1
-2
/
+3
2005-06-18
Avoid warning about function without return.
Linus Torvalds
1
-1
/
+1
2005-06-17
git-rev-list: add "--bisect" flag to find the "halfway" point
Linus Torvalds
1
-0
/
+80
2005-06-08
[PATCH] Tidy up some rev-list-related stuff
Petr Baudis
1
-5
/
+1
2005-06-06
[PATCH] Modify git-rev-list to linearise the commit history in merge order.
jon@blackcubes.dyndns.org
1
-14
/
+67
2005-06-05
pretty_print_commit: add different formats
Linus Torvalds
1
-10
/
+20
2005-06-04
git-rev-list: allow arbitrary head selections, use git-rev-tree syntax
Linus Torvalds
1
-24
/
+21
2005-06-02
git-rev-list: split out commit limiting from main() too.
Linus Torvalds
1
-17
/
+21
2005-06-02
git-rev-list: factor out the commit printing from "main()"
Linus Torvalds
1
-36
/
+50
2005-06-01
git-rev-list: add "--pretty" command line option
Linus Torvalds
1
-5
/
+22
2005-05-30
git-rev-list: add "--parents" command line flag
Linus Torvalds
1
-2
/
+14
2005-05-30
git-rev-list: use proper lazy reachability analysis
Linus Torvalds
1
-5
/
+50
2005-05-25
git-rev-list: add "end" commit and "--header" flag
Linus Torvalds
1
-15
/
+42
2005-05-19
[PATCH] cleanup of in-code names
Alexey Nezhdanov
1
-1
/
+1
2005-05-06
[PATCH] control/limit output of git-rev-list
Kay Sievers
1
-2
/
+31
2005-05-01
Add "get_sha1()" helper function.
Linus Torvalds
1
-1
/
+1
2005-04-23
[PATCH] Allow multiple date-ordered lists
Daniel Barkalow
1
-1
/
+1
2005-04-23
Add "rev-list" program that uses the new time-based commit listing.
Linus Torvalds
1
-0
/
+23